projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88e37e7
)
(basic-save-buffer): Invoke after-save-buffer-hook, not after-save-hook.
author
Roland McGrath
<roland@gnu.org>
Wed, 7 Jul 1993 20:25:48 +0000
(20:25 +0000)
committer
Roland McGrath
<roland@gnu.org>
Wed, 7 Jul 1993 20:25:48 +0000
(20:25 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 9aa7cfef23b2b0bdee034b1559719706b173250a..6221073718969be75954b665619f4345fe03093f 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1483,7
+1483,7
@@
the last real save, but optional arg FORCE non-nil means delete anyway."
;; If the auto-save file was recent before this command,
;; delete it now.
(delete-auto-save-file-if-necessary recent-save)
- (run-hooks 'after-save-hook))
+ (run-hooks 'after-save-
buffer-
hook))
(message "(No changes need to be saved)")))
(defun save-some-buffers (&optional arg exiting)